@media (min-width:1600px) {
    .container {
        width: 1600px
    }
}

@media (max-width:1600px) {
    .container {
        width: 1400px
    }

    .header .index_nav {
        right: 160px;
        top: 35px
    }

    .header .index_nav>ul {
        text-align: center
    }

    .header .index_nav>ul>li {
        float: none;
        display: inline-block;
        position: relative;
        padding-left: 10px;
        padding-right: 10px
    }

    .header .index_nav>ul>li:nth-child(1) {
        background: 0 0
    }

    .header .index_nav>ul>li>a {
        display: block;
        color: #333;
        font-size: 15px
    }

    .header .index_nav>ul>li>a.on,
    .header .index_nav>ul>li>a:hover {
        color: #f8cb00
    }

    .index_main1 .row .col-xs-6 .item span {
        font-size: 20px
    }

    .index_main1 .row .col-xs-6 .item span img {
        margin-bottom: 15px
    }

    .sjz_main .sjz_left .sjz_nav .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .sjz_main .sjz_left .sjz_nav .row .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px
    }

    .sjz_main .sjz_left .sjz_nav a {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #fff;
        font-size: 16px;
        height: 84px;
        position: relative
    }

    .sjz_main .sjz_left .sjz_nav a.on:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: 0;
        border: solid 10px transparent;
        border-bottom: solid 10px #fff !important
    }

    .sjz_main .sjz_left .sjz_nav a.bg1 {
        background: #2bbec1
    }

    .sjz_main .sjz_left .sjz_nav a.bg2 {
        background: #f88827
    }

    .sjz_main .sjz_left .sjz_nav a.bg3 {
        background: #3f78e0
    }

    .sjz_main .sjz_left .sjz_nav a.bg4 {
        background: #b648e1
    }

    .banner {
        width: 100%
    }

    .banner .owl-theme .owl-controls {
        margin-top: 0
    }

    .banner #owl-demo1 .owl-dots {
        display: block !important;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: left;
        padding-left: 15%
    }

    .banner #owl-demo1 .owl-dots .owl-dot {
        display: inline-block;
        float: none;
        margin-left: 4px;
        margin-right: 4px;
        width: 12px;
        height: 12px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background: #999;
        border-radius: 100%
    }

    .banner #owl-demo1 .owl-dots .owl-dot.active {
        background: #fff
    }

    .banner #owl-demo1 .item {
        display: block;
        position: relative
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 {
        width: 65%;
        position: absolute;
        left: 15%;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 .tit {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        line-height: 32px;
        text-transform: uppercase
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 a {
        background: #fff;
        text-align: center;
        height: 30px;
        width: 120px;
        line-height: 30px;
        margin-top: 15px;
        font-size: 16px;
        color: #00487f;
        display: block;
        text-transform: uppercase;
    }

    .banner #owl-demo1 .item img {
        width: 100%
    }

    .header .index_nav {
        right: 160px
    }
}

@media (max-width:1440px) {
    .container {
        width: 100%
    }

    .header .index_nav {
        right: 100px
    }

    .banner {
        width: 100%
    }

    .banner .owl-theme .owl-controls {
        margin-top: 0;

    }
    .banner #owl-demo1 .owl-dots{
    	bottom: 5px;
    	left: auto;
    	right: 5%;
    	text-align: right;
    }
    .banner #owl-demo1 .item {
        display: block;
        position: relative
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 {
        width: 38%;
        position: absolute;
        left: 15%;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 .tit {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 a {
        width: 120px;
        height: 30px;
        background: #fff;
        text-align: center;
        line-height: 30px;
        color: #00487f;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        margin-top: 10px
    }

    .banner #owl-demo1 .item img {
        width: 100%
    }

    .index_main1 .row .col-xs-6 .item span {
        font-size: 18px
    }

    .index_main1 .row .col-xs-6 .item span img {
        margin-bottom: 10px
    }
}

@media (max-width:1200px) {
    .menu {
        display: block;
        font-size: 18px;
        top: 15px;
        right: 15px
    }

    .menu_close {
        position: fixed;
        display: block;
        font-size: 14px;
        left: auto;
        right: 0;
        z-index: 11;
        border-radius: 0 0 100% 100%
    }

    .header {
        height: 60px
    }

    .header .logo {
        top: 10px;
        left: 15px
    }

    .header .logo img {
        height: 40px
    }

    .header .header_top {
        display: none
    }

    .header .language {
        right: 60px;
        top: 15px
    }

    .header .index_nav {
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        position: fixed;
        right: 320px;
        top: 0;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
        width: 250px;
        bottom: 0;
        background: #fff;
        z-index: 1115 !important;
        padding-top: 20px;
        margin-right: 0;
        margin-top: 0;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .header .index_nav>ul>li {
        margin-left: 0;
        margin-right: 0;
        background: 0 0;
        width: 100%;
        height: auto
    }

    .header .index_nav>ul>li>.xl {
        width: 100%;
        margin-left: 0;
        position: static;
        display: block;
        line-height: 24px;
        margin-top: -5px;
        box-shadow: 0 0 0 0 transparent;
        border-bottom: solid 1px #ccc
    }

    .header .index_nav>ul>li>.xl li a {
        font-size: 14px;
        display: block;
        line-height: 30px;
        height: 30px;
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }

    .header .index_nav>ul>li>a {
        height: auto;
        line-height: 40px;
        text-align: center;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        color: #000;
        display: block;
        font-size: 16px;
        border-top: 0
    }

    .header .index_nav>ul>li>a span {
        display: none
    }

    .header .index_nav>ul>li>a.on,
    .header .index_nav>ul>li>a:hover {
        border-top: 0
    }

    body {
        padding-top: 60px
    }

    .banner {
        margin-top: 0
    }

    .banner #owl-demo1 {
        height: auto
    }

    .banner #owl-demo1 .owl-dots {
        bottom: 10px
    }

    .banner #owl-demo1 .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        margin-right: 5px
    }

    .banner #owl-demo1 .item {
        height: auto
    }

    .banner #owl-demo1 .item img {
        display: block
    }

    .banner #owl-demo1 .item .item_abs {
        left: 10px
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 {
        width: 65%;
        position: absolute;
        left: 15%;
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 .tit {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase
    }

    .banner #owl-demo1 .item .item_abs .item_abs1 a {
        width: 120px;
        height: 36px;
        background: #fff;
        text-align: center;
        line-height: 36px;
        color: #00487f;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        margin-top: 5px
    }

    .index_main1 .row .col-xs-6 .item span {
        font-size: 16px
    }

    .index_main1 .row .col-xs-6 .item span img {
        margin-bottom: 10px;
        width: 60%
    }
}

@media (max-width:768px) {
    .pcshow {
        display: none !important
    }

    .xjggw {
        margin-bottom: 10px
    }

    .mobileshow {
        display: block !important
    }

    .index_main1 .row {
        margin-left: -7px;
        margin-right: -7px
    }

    .index_main1 .row .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px
    }

    .index_main1 .row .col-xs-6 .item {
        margin-top: 15px
    }

    .index_main1 .row .col-xs-6 .item span {
        font-size: 14px
    }

    .index_main1 .row .col-xs-6 .item span img {
        margin-bottom: 10px;
        width: 60%
    }

    .index_main2 {
        padding-top: 15px
    }

    .index_tit {
        border-bottom: solid 1px #f5f5f5
    }

    .index_tit .tit {
        color: #04447c;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px
    }

    .index_tit .more {
        float: right;
        position: relative;
        top: 2px
    }

    .index_tit .more a {
        color: #666;
        font-size: 14px;
        text-transform: uppercase;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_tit .more a:hover {
        color: #04447c
    }

    .index_main3 {
        padding-top: 15px
    }

    .index_main3 .m3_right {
        width: 100%;
        float: none
    }

    .index_main3 .m3_right .m3_item1 img {
        width: 100%
    }

    .index_main3 .m3_right .m3_item {
        margin-bottom: 15px;
        background: #fff;
        padding: 15px
    }

    .index_main3 .m3_right .m3_item:nth-child(1) {
        margin-top: 15px
    }

    .index_main3 .m3_right .m3_item .cont {
        padding-top: 5px
    }

    .index_main3 .m3_right .m3_item .cont ul li {
        color: #333;
        font-size: 16px;
        padding-left: 24px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: url(../images/lingxing.png) no-repeat left center
    }

    .index_main3 .m3_right .m3_item .cont ul li a {
        color: #333;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main3 .m3_right .m3_item .cont ul li a:hover {
        color: #04447c
    }

    .index_main3 .m3_right .m3_item .cont1 {
        padding-top: 5px
    }

    .index_main3 .m3_right .m3_item .cont1 ul li {
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .index_main3 .m3_right .m3_item .cont1 ul li a {
        display: block;
        color: #333;
        font-size: 16px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main3 .m3_right .m3_item .cont1 ul li a:hover {
        color: #04447c
    }

    .index_main3 .m3_left {
        margin-right: 0;
        background: #fff;
        padding: 15px 15px
    }

    .index_main3 .m3_left .cont ul li {
        margin-top: 10px
    }

    .index_main3 .m3_left .cont ul li:hover .pic img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .index_main3 .m3_left .cont ul li .pic {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        overflow: hidden
    }

    .index_main3 .m3_left .cont ul li .pic img {
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main3 .m3_left .cont ul li .cont1 {
        margin-left: 0;
        padding-top: 10px
    }

    .index_main3 .m3_left .cont ul li .cont1 .tit {
        line-height: 24px;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px
    }

    .index_main3 .m3_left .cont ul li .cont1 .tit a {
        color: #000;
        font-size: 18px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .index_main3 .m3_left .cont ul li .cont1 .tit a:hover {
        color: #04447c
    }

    .index_main3 .m3_left .cont ul li .cont1 .time {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .index_main3 .m3_left .cont ul li .cont1 .note {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        height: auto;
        overflow: hidden
    }

    .index_main4 .index_m4 {
        margin-top: 15px;
        padding: 15px;
        background: #fff;
        position: relative
    }

    .index_main4 .index_m4 .prev {
        width: 20px;
        height: 20px;
        background: url(../images/zj1.png) no-repeat center center;
        background-size: cover !important;
        position: absolute;
        left: -10px;
        top: 92px;
        cursor: pointer
    }

    .index_main4 .index_m4 .next {
        width: 20px;
        height: 20px;
        background: url(../images/yj1.png) no-repeat center center;
        background-size: cover !important;
        position: absolute;
        right: -10px;
        top: 92px;
        cursor: pointer
    }

    .index_main4 .index_m4 .index_tit {
        margin-bottom: 15px
    }

    .index_main4 .index_m4 .item {
        height: 80px;
        border: solid 1px #f1f1f1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        text-align: center;
        line-height: 80px
    }

    .index_main4 .index_m4 .item img {
        vertical-align: middle;
        display: inline-block;
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto
    }

    .footer {
        margin-top: 15px;
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center
    }

    .footer .footer_nav a {
        color: #333;
        font-size: 16px
    }

    .footer .footer_nav span {
        color: #bfbfbf;
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        position: relative;
        top: -2px
    }

    .footer .copyRight {
        color: #999;
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px
    }

    .dy_main {
        margin-top: 15px;
        min-height: auto
    }

    .dy_main .m_left {
        margin-right: 0;
        background: #fff;
        padding: 15px
    }

    .dy_main .m_left .dy_tit {
        color: #00487f;
        font-size: 18px;
        font-weight: 700;
        text-align: center
    }

    .dy_main .m_left .dy_note {
        text-align: center;
        color: #999;
        font-size: 14px;
        border-bottom: solid 1px #f5f5f5;
        padding-top: 5px;
        padding-bottom: 10px
    }

    .dy_main .m_left .dy_cont {
        color: #666;
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 0
    }

    .dy_main .m_left .m_tit {
        color: #00487f;
        font-size: 20px;
        font-weight: 700
    }

    .dy_main .m_left .m_cont {
        margin-top: 15px;
        padding-bottom: 20px;
        overflow-x: auto;
        width: 100%
    }

    .dy_main .m_left .m_cont table {
        max-width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .dy_main .m_left .m_cont table thead th {
        background: #00487f;
        height: 50px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px
    }

    .dy_main .m_left .m_cont table tbody td {
        border: solid 1px #f5f5f5;
        padding: 15px 20px
    }

    .dy_main .m_left .m_cont table tbody td:nth-child(1) {
        background: #fbfbfb
    }

    .dy_main .m_left .m_cont table tbody td .number {
        width: 150px
    }

    .dy_main .m_left .m_cont table tbody td .email {
        width: 150px
    }

    .dy_main .m_right {
        width: 100%;
        background: #fff;
        padding: 15px 15px;
        float: none;
        margin-top: 15px
    }

    .dy_main .m_right .cont1 {
        padding-top: 5px
    }

    .dy_main .m_right .cont1 ul li {
        color: #333;
        font-size: 16px;
        padding-left: 24px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: url(../images/lingxing.png) no-repeat left center
    }

    .dy_main .m_right .cont1 ul li a {
        color: #333;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .dy_main .m_right .cont1 ul li a:hover {
        color: #04447c
    }

    .dy_main .m_right .cont {
        padding-top: 10px
    }

    .dy_main .m_right .cont ul li {
        color: #333;
        font-size: 14px;
        padding-left: 24px;
        height: auto;
        padding-bottom: 20px;
        background: url(../images/lingxing.png) no-repeat left 2px
    }

    .dy_main .m_right .cont ul li a {
        color: #333;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .dy_main .m_right .cont ul li a:hover {
        color: #04447c
    }

    .dy_main .m_left1 {
        margin-right: 0;
        overflow: hidden
    }

    .dy_main .m_left1 .ml1_item {
        background: #fff;
        padding: 10px 15px
    }

    .dy_main .m_left1 .ml1_item .m_tit {
        color: #00487f;
        font-size: 20px;
        font-weight: 700
    }

    .dy_main .m_left1 .ml1_item .m_note {
        color: #333;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 10px
    }

    .dy_main .m_left1 .ml1_item1 {
        background: #fff;
        padding: 10px 15px;
        margin-top: 15px
    }

    .dy_main .m_left1 .ml1_item1 .row {
        margin-left: -7px;
        margin-right: -7px
    }

    .dy_main .m_left1 .ml1_item1 .row .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px
    }

    .dy_main .m_left1 .ml1_item1 .row .col-xs-6 .item {
        display: block;
        height: 80px;
        border: solid 1px #f5f5f5;
        text-align: center;
        line-height: 80px;
        margin-top: 14px
    }

    .dy_main .m_left1 .ml1_item1 .row .col-xs-6 .item img {
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto
    }

    .dy_main .m_left2 {
        background: #fff;
        padding: 10px 15px;
        margin-right: 0
    }

    .dy_main .m_left2 .ej_tit {
        border-bottom: solid 1px #f5f5f5;
        padding-bottom: 5px
    }

    .dy_main .m_left2 ul li {
        margin-top: 10px
    }

    .dy_main .m_left2 ul li:hover .pic img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .dy_main .m_left2 ul li .pic {
        width: 100%;
        display: block;
        float: none;
        overflow: hidden
    }

    .dy_main .m_left2 ul li .pic img {
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .dy_main .m_left2 ul li .cont1 {
        margin-left: 0;
        padding-top: 10px;
        border: 0
    }

    .dy_main .m_left2 ul li .cont1 .tit {
        line-height: 24px;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px
    }

    .dy_main .m_left2 ul li .cont1 .tit a {
        color: #000;
        font-size: 18px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .dy_main .m_left2 ul li .cont1 .tit a:hover {
        color: #04447c
    }

    .dy_main .m_left2 ul li .cont1 .note {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        height: auto
    }

    .dy_main .m_right1 {
        width: 100%;
        padding: 15px 15px 5px;
        background: #fff;
        position: static
    }

    .dy_main .m_right1 ul li a {
        color: #000;
        font-size: 16px;
        display: block;
        background: #ebf6ff;
        padding-left: 15px;
        position: relative;
        overflow: hidden;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        font-weight: 700
    }

    .dy_main .m_right1 ul li a.on,
    .dy_main .m_right1 ul li a:hover {
        background: #00487f;
        color: #fff
    }

    .dy_main .m_right1 ul li a.on:before,
    .dy_main .m_right1 ul li a:hover:before {
        content: "";
        width: 0;
        height: 0;
        border: solid 5px #00487f;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: 0;
        border-left: solid 5px #fff
    }

    .dy_main .m_left3 {
        margin-right: 0;
        background: #fff;
        padding: 10px 15px;
        margin-top: 15px;
        min-height: auto
    }

    .dy_main .m_left3 .ej_tit {
        border-bottom: solid 1px #f5f5f5;
        padding-bottom: 5px
    }

    .dy_main .m_left3 .pages {
        padding-top: 10px
    }

    .dy_main .m_left3 ul {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px
    }

    .dy_main .m_left3 ul li {
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
        line-height: 24px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #f5f5f5
    }

    .dy_main .m_left3 ul li:hover {
        background: #f6fbff
    }

    .dy_main .m_left3 ul li:hover .date {
        color: #00487f
    }

    .dy_main .m_left3 ul li:hover a {
        color: #00487f
    }

    .dy_main .m_left3 ul li .date {
        position: static;
        right: 30px;
        top: 0;
        color: #999;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .dy_main .m_left3 ul li a {
        color: #333;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        display: block;
        overflow: visible;
        white-space: normal;
        text-overflow: none
    }

    .dy_main .m_left3 .download_list ul {
        margin-left: -15px;
        margin-right: -15px
    }

    .dy_main .m_left3 .download_list ul li {
        position: relative;
        padding-left: 15px;
        padding-right: 15px
    }

    .dy_main .m_left3 .download_list ul li:hover .itemm .download_btn a {
        background: url(../images/xz2.png) no-repeat center center
    }

    .dy_main .m_left3 .download_list ul li .itemm {
        position: relative;
        border-bottom: dotted 1px #f5f5f5
    }

    .dy_main .m_left3 .download_list ul li .itemm .check_one {
        position: absolute;
        left: 0;
        top: 2px
    }

    .dy_main .m_left3 .download_list ul li .itemm .tit {
        padding-left: 25px;
        margin-right: 30px
    }

    .dy_main .m_left3 .download_list ul li .itemm .date {
        padding-left: 25px
    }

    .dy_main .m_left3 .download_list ul li .itemm .download_btn {
        position: absolute;
        right: 0;
        top: 16px
    }

    .dy_main .m_left3 .download_list ul li .itemm .download_btn a {
        display: block;
        width: 24px;
        height: 21px;
        background: url(../images/xz1.png) no-repeat center center
    }

    .dy_main .m_left3 .download_list .download_bot {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px #f1f1f1
    }

    .dy_main .m_left3 .download_list .download_bot .fl {
        line-height: 30px;
        font-size: 16px
    }

    .dy_main .m_left3 .download_list .download_bot .fl a {
        display: inline-block;
        margin-left: 15px;
        color: #00487f;
        font-size: 16px
    }

    .dy_main .m_left3 .download_list .download_bot .fr input {
        width: 100px;
        height: 30px;
        background: #00487f;
        color: #fff;
        font-size: 16px;
        border: 0
    }

    .ej_tit {
        color: #00487f;
        font-size: 20px;
        font-weight: 700
    }

    .contact_main {
        margin-top: 15px
    }

    .contact_main .contact_m {
        background: #fff;
        padding: 15px
    }

    .contact_main .contact_m .map {
        margin-top: 15px
    }

    .contact_main .contact_m .map img {
        width: 100%
    }

    .contact_main .contact_m .map_bot {
        margin-top: 15px
    }

    .contact_main .contact_m .map_bot .ewm {
        width: 100%;
        float: none
    }

    .contact_main .contact_m .map_bot .ewm img {
        width: 100%
    }

    .contact_main .contact_m .map_bot .map_left {
        margin-right: 0;
        margin-top: 15px
    }

    .contact_main .contact_m .map_bot .map_left .tit {
        color: #00487f;
        font-size: 18px;
        line-height: 24px
    }

    .contact_main .contact_m .map_bot .map_left .cont {
        margin-top: 10px
    }

    .contact_main .contact_m .map_bot .map_left .cont .item {
        margin-top: 15px
    }

    .contact_main .contact_m .map_bot .map_left .cont .item:nth-child(1) {
        margin-right: 0
    }

    .contact_main .contact_m .map_bot .map_left .cont .item .name {
        color: #00487f;
        font-size: 16px;
        font-weight: 700
    }

    .contact_main .contact_m .map_bot .map_left .cont .item .note1 {
        color: #00487f;
        font-size: 14px;
        line-height: 26px;
        margin-top: 5px
    }

    .pages {
        text-align: center;
        padding: 30px 0 15px;
        font-size: 0
    }

    .pages a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #f8f8f8;
        text-align: center;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px
    }

    .pages strong {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #00487f;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px
    }

    .download_main {
        margin-top: 15px
    }

    .download_main .download_m {
        padding: 10px 15px 15px;
        background: #fff
    }

    .download_main .download_m .note {
        color: #333;
        font-size: 16px;
        line-height: 26px
    }

    .download_main .download_m .item {
        margin-top: 15px
    }

    .download_main .download_m .item .bot {
        color: #00487f;
        font-size: 16px;
        padding-top: 10px;
        text-align: right;
        padding-right: 5px
    }

    .download_main .download_m .item .bot div.dib {
        color: #333
    }

    .download_main .download_m .item .bot div.dib span {
        font-weight: 700
    }

    .download_main .download_m .item table {
        margin-top: 10px;
        width: 100%
    }

    .download_main .download_m .item table td {
        border: solid 1px #f5f5f5;
        padding: 5px 10px;
        color: #333;
        font-size: 14px
    }

    .download_main .download_m .item table td .check_all {
        margin-right: 10px
    }

    .download_main .download_m .item table td:nth-child(1) {
        width: 90px
    }

    .download_main .download_m .item table td:nth-child(4) {
        text-align: center
    }

    .download_main .download_m .item1 {
        margin-top: 15px
    }

    .download_main .download_m .item1 .cont {
        line-height: 36px;
        padding-top: 10px;
        color: #333;
        font-size: 16px
    }

    .download_main .download_m .item1 .form .col-xs-12 {
        margin-top: 10px
    }

    .download_main .download_m .item1 .form .inp1 {
        height: 40px;
        border: solid 1px #eee;
        padding: 0 10px;
        line-height: 38px;
        font-size: 14px;
        width: 100%
    }

    .download_main .download_m .item1 .form .text1 {
        height: 150px;
        border: solid 1px #eee;
        padding: 5px 10px;
        line-height: 22px;
        font-size: 14px;
        width: 100%;
        resize: none
    }

    .download_main .download_m .item1 .form .btn1 {
        height: 40px;
        background: #00487f;
        border: 0;
        color: #999;
        font-size: 16px;
        width: 100%
    }

    .sjz_main {
        margin-top: 15px
    }

    .sjz_main .sjz_right {
        width: 100%;
        background: #fff;
        padding: 10px 15px;
        float: none
    }

    .sjz_main .sjz_right .item1 {
        margin-top: 20px
    }

    .sjz_main .sjz_right .item1 .tit {
        color: #04447c;
        font-size: 18px;
        font-weight: 700
    }

    .sjz_main .sjz_right .item1 .cont ul li {
        display: inline-block;
        padding-left: 25px
    }

    .sjz_main .sjz_right .item1 .cont ul li a {
        margin-top: 10px;
        color: #666;
        font-size: 14px;
        display: block
    }

    .sjz_main .sjz_right .item {
        margin-top: 20px
    }

    .sjz_main .sjz_right .item:nth-child(1) {
        margin-top: 0
    }

    .sjz_main .sjz_right .item .tit {
        color: #04447c;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        background: url(../images/lanjian2.png) no-repeat right center
    }

    .sjz_main .sjz_right .item .tit.on {
        background: url(../images/lanjian1.png) no-repeat right center
    }

    .sjz_main .sjz_right .item .cont {
        display: none
    }

    .sjz_main .sjz_right .item .cont ul {
        font-size: 0
    }

    .sjz_main .sjz_right .item .cont ul li {
        display: inline-block;
        margin-top: 1px;
        width: 50%;
        border-left: solid 1px #fff
    }

    .sjz_main .sjz_right .item .cont ul li a {
        background: #ebf6ff;
        display: block;
        height: 42px;
        padding-left: 14px;
        padding-right: 14px;
        color: #000;
        font-size: 14px;
        line-height: 42px
    }

    .sjz_main .sjz_right .item .cont ul li a.gray {
        background: #f8f8f8;
        color: #666
    }

    .sjz_main .sjz_right .item .cont ul li a.on {
        background: #333;
        color: #fff;
        position: relative
    }

    .sjz_main .sjz_right .item .cont ul li a.on:before {
        content: ''
    }

    .sjz_main .sjz_left {
        margin-right: 0;
        overflow: hidden;
        margin-top: 15px
    }

    .sjz_main .sjz_left .sjz_nav .row {
        margin-left: -1px;
        margin-right: -1px
    }

    .sjz_main .sjz_left .sjz_nav .row .col-xs-6 {
        padding-left: 1px;
        padding-right: 1px
    }

    .sjz_main .sjz_left .sjz_nav a {
        display: block;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        height: 64px;
        position: relative;
        margin-top: 2px
    }

    .sjz_main .sjz_left .sjz_nav a.on:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: 0;
        border: solid 10px transparent;
        border-bottom: solid 10px #fff !important
    }

    .sjz_main .sjz_left .sjz_nav a.bg1 {
        background: #2bbec1
    }

    .sjz_main .sjz_left .sjz_nav a.bg2 {
        background: #f88827
    }

    .sjz_main .sjz_left .sjz_nav a.bg3 {
        background: #3f78e0
    }

    .sjz_main .sjz_left .sjz_nav a.bg4 {
        background: #b648e1
    }

    .sjz_main .sjz_left .sjz_m1 {
        margin-top: 15px;
        background: #fff;
        padding: 15px
    }

    .sjz_main .sjz_left .sjz_m1 .tit {
        color: #00487f;
        font-size: 16px;
        font-weight: 700;
        text-align: center
    }

    .sjz_main .sjz_left .sjz_m1 .note {
        color: #00487f;
        font-size: 14px;
        padding-top: 5px;
        text-align: center
    }

    .sjz_main .sjz_left .sjz_m1 .cont {
        margin-top: 15px
    }

    .sjz_main .sjz_left .sjz_m1 .cont table {
        width: 100%
    }

    .sjz_main .sjz_left .sjz_m1 .cont img {
        width: 100%
    }
}